max rank | avg. rank | sentence |
---|---|---|
155 | 55.2500 | Ye o estato con más población d'o país. |
185 | 60.8889 | Ye asinas a ciudat d'o país con mas habitants. |
256 | 56.2500 | A suya población ye de 2 habitants ( 2009 ). |
308 | 80.1250 | A suya población ye de 2 habitants ( 2005 ). |
315 | 58.0000 | A suya población ye de 3 habitants ( 2008 ). |
315 | 63.6250 | A suya población ye de 3 habitants( 2009 ). |
315 | 79.0000 | A suya población ye de 3 habitants ( 2011 ). |
315 | 69.0000 | La suya población ye de 3 habitants ( 2006 ). |
320 | 55.7500 | A suya población ye de 6 habitants ( 2007 ). |
320 | 90.5000 | En 2006 teneba una población de 6 habitants. |
334 | 66.0000 | A suya población ye de 4 habitants ( 2009 ). |
334 | 68.8750 | A suya población ye de 4 habitants ( 2010 ). |
334 | 61.1250 | La suya población ye de 4 habitants ( 2007 ). |
346 | 67.5000 | A suya población ye de 10 habitants ( 2009 ). |
346 | 62.6250 | La suya población ye de 10 habitants ( 2007 ). |
372 | 70.7500 | A suya población ye de 5 habitants ( 2009 ). |
438 | 116.0000 | O castellán ye a luenga oficial y mas important. |
453 | 80.8750 | A suya población ye de 12 habitants ( 2009 ). |
453 | 83.7500 | A suya población ye de 12 habitants ( 2010 ). |
453 | 107.1250 | En 2006 teneba una población de 12 habitants. |
453 | 76.0000 | La suya población ye de 12 habitants( 2007 ). |
453 | 78.8750 | La suya población ye de 12 habitants ( 2008 ). |
468 | 122.1250 | La suya población ye de 15 habitants ( 1999 ). |
492 | 243.1429 | Sobrarbe puede estar: * Una comarca actual d'Aragón. |
528 | 113.5000 | A población suya actual ye de 30 habitants. |
542 | 115.8750 | A suya población ye de 8 habitants ( 2005 ). |
542 | 80.8000 | Cheografía A ciudat ye situata a 8 metros d' altaria sobre o ran d'a mar. |
551 | 84.6250 | A suya población ye de 20 habitants ( 2007 ). |
551 | 96.0000 | A suya población ye de 20 habitants ( 2010 ). |
560 | 129.4444 | La suya población en 2001 yera de 12 habitants. |
The maximum word rank of a sentence is by definition the rank of the rarest word in the sentence. If it is low, all words in the sentence are of high frequency. For this reason the table of the sentences with least maximum word number might be of interest. In the table, we see the corresponding sentences with a minimum length of 40 characters.
The over all distribution of the maximum rank in all sentences of the corpus is shown in a diagram with log-scaled x-axis.
The sentences in the table described above are of interest because they are usually easy to understand. The distribution may give insights into the corpus and may give parameters for language comparison.
While the distribution might be deduced from a small corpus, the sentences in the table are rare and a large corpus will give more impressive results.
Table data:
select max(w_id)-100 as m, avg(w_id)-100 as a, s.sentence from sentences s, inv_w i where s.s_id=i.s_id and length(sentence)>40 and i.w_id>100 group by s.s_id order by m limit 30;
Distribution data;
select m, count(*) from (select 100* round((max(w_id)-100)/100) as m from sentences s, inv_w i where s.s_id=i.s_id and i.w_id>100 group by s.s_id) aa group by m;
Explain the distribution, especially the increase in its right part.
4.5.2.2 Average word rank in sentence
4.5.2.3 Sentences consisting of many low frequency words I
4.5.2.4 Sentences consisting of many low frequency words II
4.5.2.5 Sentences consisting of short words only I
4.5.2.6 Sentences consisting of short words only II
4.5.2.7 Sentences consisting of long words only I
4.5.2.8 Sentences consisting of long words only II